﻿2026-06-09T09:50:43.3928710Z Current runner version: '2.334.0'
2026-06-09T09:50:43.3935438Z Runner name: 'kitsubito'
2026-06-09T09:50:43.3936398Z Runner group name: 'Default'
2026-06-09T09:50:43.3937666Z Machine name: 'KITSUBITO'
2026-06-09T09:50:43.3940154Z ##[group]GITHUB_TOKEN Permissions
2026-06-09T09:50:43.3942936Z Contents: read
2026-06-09T09:50:43.3943451Z Metadata: read
2026-06-09T09:50:43.3943927Z Packages: read
2026-06-09T09:50:43.3944430Z ##[endgroup]
2026-06-09T09:50:43.3946862Z Secret source: Actions
2026-06-09T09:50:43.3947478Z Prepare workflow directory
2026-06-09T09:50:43.4380667Z Prepare all required actions
2026-06-09T09:50:43.4410257Z Getting action download info
2026-06-09T09:50:43.8738779Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-09T09:50:44.5023971Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-09T09:50:44.5935812Z ##[group]Run actions/checkout@v5
2026-06-09T09:50:44.5936732Z with:
2026-06-09T09:50:44.5937147Z   repository: SaberMage/spt-core
2026-06-09T09:50:44.5941361Z   token: ***
2026-06-09T09:50:44.5941761Z   ssh-strict: true
2026-06-09T09:50:44.5942161Z   ssh-user: git
2026-06-09T09:50:44.5942562Z   persist-credentials: true
2026-06-09T09:50:44.5943006Z   clean: true
2026-06-09T09:50:44.5943420Z   sparse-checkout-cone-mode: true
2026-06-09T09:50:44.5943942Z   fetch-depth: 1
2026-06-09T09:50:44.5944347Z   fetch-tags: false
2026-06-09T09:50:44.5944775Z   show-progress: true
2026-06-09T09:50:44.5945187Z   lfs: false
2026-06-09T09:50:44.5945573Z   submodules: false
2026-06-09T09:50:44.5945973Z   set-safe-directory: true
2026-06-09T09:50:44.5946744Z ##[endgroup]
2026-06-09T09:50:44.6811883Z Syncing repository: SaberMage/spt-core
2026-06-09T09:50:44.6813518Z ##[group]Getting Git version info
2026-06-09T09:50:44.6814358Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-09T09:50:44.6815403Z [command]/usr/bin/git version
2026-06-09T09:50:44.6815870Z git version 2.43.0
2026-06-09T09:50:44.6820771Z ##[endgroup]
2026-06-09T09:50:44.6831806Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9f46b2fc-b34e-4ef1-a5f2-58d88367c5f6' before making global git config changes
2026-06-09T09:50:44.6833243Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T09:50:44.6834757Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-09T09:50:44.6869476Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-09T09:50:44.6889781Z https://github.com/SaberMage/spt-core
2026-06-09T09:50:44.6899931Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-09T09:50:44.6902197Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-09T09:50:44.6929237Z refs/heads/dev-freeform
2026-06-09T09:50:44.6936951Z [command]/usr/bin/git checkout --detach
2026-06-09T09:50:44.6978122Z HEAD is now at 4e774a3 docs(plan): V032-PLAN.md — platform-safe update fetch + apply guard (v0.3.1 corruption fix)
2026-06-09T09:50:44.7010191Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-09T09:50:44.7033713Z Deleted branch dev-freeform (was 4e774a3).
2026-06-09T09:50:44.7062036Z ##[endgroup]
2026-06-09T09:50:44.7063457Z [command]/usr/bin/git submodule status
2026-06-09T09:50:44.7262649Z ##[group]Cleaning the repository
2026-06-09T09:50:44.7263411Z [command]/usr/bin/git clean -ffdx
2026-06-09T09:50:44.7291962Z Removing traceable-reqs
2026-06-09T09:50:44.7298259Z [command]/usr/bin/git reset --hard HEAD
2026-06-09T09:50:44.7338316Z HEAD is now at 4e774a3 docs(plan): V032-PLAN.md — platform-safe update fetch + apply guard (v0.3.1 corruption fix)
2026-06-09T09:50:44.7342124Z ##[endgroup]
2026-06-09T09:50:44.7343532Z ##[group]Disabling automatic garbage collection
2026-06-09T09:50:44.7346676Z [command]/usr/bin/git config --local gc.auto 0
2026-06-09T09:50:44.7368416Z ##[endgroup]
2026-06-09T09:50:44.7369442Z ##[group]Setting up auth
2026-06-09T09:50:44.7373547Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-09T09:50:44.7397792Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-09T09:50:44.7595662Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T09:50:44.7625483Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-09T09:50:44.7815928Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T09:50:44.7842225Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-09T09:50:44.8030956Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-09T09:50:44.8061426Z ##[endgroup]
2026-06-09T09:50:44.8062254Z ##[group]Fetching the repository
2026-06-09T09:50:44.8067751Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cabdc614fc0416e3a57de0a21b229db485089320:refs/remotes/origin/dev-freeform
2026-06-09T09:50:45.3075520Z From https://github.com/SaberMage/spt-core
2026-06-09T09:50:45.3077365Z  + 4e774a3...cabdc61 cabdc614fc0416e3a57de0a21b229db485089320 -> origin/dev-freeform  (forced update)
2026-06-09T09:50:45.3097411Z ##[endgroup]
2026-06-09T09:50:45.3098529Z ##[group]Determining the checkout info
2026-06-09T09:50:45.3099879Z ##[endgroup]
2026-06-09T09:50:45.3103061Z [command]/usr/bin/git sparse-checkout disable
2026-06-09T09:50:45.3141723Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-09T09:50:45.3162634Z ##[group]Checking out the ref
2026-06-09T09:50:45.3164309Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-09T09:50:45.3256222Z Previous HEAD position was 4e774a3 docs(plan): V032-PLAN.md — platform-safe update fetch + apply guard (v0.3.1 corruption fix)
2026-06-09T09:50:45.3259802Z Switched to a new branch 'dev-freeform'
2026-06-09T09:50:45.3261091Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-09T09:50:45.3267776Z ##[endgroup]
2026-06-09T09:50:45.3301867Z [command]/usr/bin/git log -1 --format=%H
2026-06-09T09:50:45.3323182Z cabdc614fc0416e3a57de0a21b229db485089320
2026-06-09T09:50:45.3537695Z ##[group]Run cargo build --workspace --all-targets
2026-06-09T09:50:45.3539196Z [36;1mcargo build --workspace --all-targets[0m
2026-06-09T09:50:45.3555742Z shell: /usr/bin/bash -e {0}
2026-06-09T09:50:45.3556644Z ##[endgroup]
2026-06-09T09:50:45.6777460Z    Compiling proc-macro2 v1.0.106
2026-06-09T09:50:45.6778674Z    Compiling unicode-ident v1.0.24
2026-06-09T09:50:45.6780442Z    Compiling quote v1.0.45
2026-06-09T09:50:45.6781272Z    Compiling libc v0.2.186
2026-06-09T09:50:45.6782116Z    Compiling serde_core v1.0.228
2026-06-09T09:50:45.6782935Z    Compiling serde v1.0.228
2026-06-09T09:50:45.6783737Z    Compiling cfg-if v1.0.4
2026-06-09T09:50:45.6848915Z    Compiling typenum v1.20.1
2026-06-09T09:50:45.6879084Z    Compiling portable-atomic v1.13.1
2026-06-09T09:50:45.6921101Z    Compiling version_check v0.9.5
2026-06-09T09:50:45.6922589Z    Compiling memchr v2.8.1
2026-06-09T09:50:45.6923435Z    Compiling shlex v2.0.1
2026-06-09T09:50:45.6973383Z    Compiling find-msvc-tools v0.1.9
2026-06-09T09:50:45.7104091Z    Compiling critical-section v1.2.0
2026-06-09T09:50:45.7335860Z    Compiling subtle v2.6.1
2026-06-09T09:50:45.7400021Z    Compiling semver v1.0.28
2026-06-09T09:50:45.7756369Z    Compiling smallvec v1.15.1
2026-06-09T09:50:45.8907847Z    Compiling itoa v1.0.18
2026-06-09T09:50:45.9624608Z    Compiling equivalent v1.0.2
2026-06-09T09:50:45.9807895Z    Compiling pin-project-lite v0.2.17
2026-06-09T09:50:45.9963677Z    Compiling hashbrown v0.17.1
2026-06-09T09:50:46.0603104Z    Compiling cpufeatures v0.2.17
2026-06-09T09:50:46.0632003Z    Compiling log v0.4.32
2026-06-09T09:50:46.0721892Z    Compiling bitflags v2.12.1
2026-06-09T09:50:46.0823589Z    Compiling bytes v1.11.1
2026-06-09T09:50:46.1012939Z    Compiling futures-core v0.3.32
2026-06-09T09:50:46.1134150Z    Compiling generic-array v0.14.7
2026-06-09T09:50:46.1323765Z    Compiling rustc_version v0.4.1
2026-06-09T09:50:46.1612075Z    Compiling rand_core v0.10.1
2026-06-09T09:50:46.2052310Z    Compiling getrandom v0.4.2
2026-06-09T09:50:46.2802591Z    Compiling stable_deref_trait v1.2.1
2026-06-09T09:50:46.3148697Z    Compiling futures-io v0.3.32
2026-06-09T09:50:46.3381883Z    Compiling futures-sink v0.3.32
2026-06-09T09:50:46.3489888Z    Compiling slab v0.4.12
2026-06-09T09:50:46.3629488Z    Compiling futures-task v0.3.32
2026-06-09T09:50:46.3719629Z    Compiling zerocopy v0.8.50
2026-06-09T09:50:46.3805322Z    Compiling ahash v0.8.12
2026-06-09T09:50:46.4531607Z    Compiling futures-channel v0.3.32
2026-06-09T09:50:46.4712075Z    Compiling signature v2.2.0
2026-06-09T09:50:46.4992411Z    Compiling vcpkg v0.2.15
2026-06-09T09:50:46.5702806Z    Compiling autocfg v1.5.1
2026-06-09T09:50:46.5782364Z    Compiling curve25519-dalek v4.1.3
2026-06-09T09:50:46.6432078Z    Compiling pkg-config v0.3.33
2026-06-09T09:50:46.6533184Z    Compiling fnv v1.0.7
2026-06-09T09:50:46.6711363Z    Compiling zmij v1.0.21
2026-06-09T09:50:46.7588010Z    Compiling ed25519 v2.2.3
2026-06-09T09:50:46.7711353Z    Compiling serde_json v1.0.150
2026-06-09T09:50:47.0134084Z    Compiling cfg_aliases v0.2.1
2026-06-09T09:50:47.0319068Z    Compiling fastrand v2.4.1
2026-06-09T09:50:47.0856348Z    Compiling indexmap v2.14.0
2026-06-09T09:50:47.0994703Z    Compiling fallible-iterator v0.3.0
2026-06-09T09:50:47.1123121Z    Compiling writeable v0.6.3
2026-06-09T09:50:47.1241428Z    Compiling syn v2.0.117
2026-06-09T09:50:47.1742640Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-09T09:50:47.1869584Z    Compiling litemap v0.8.2
2026-06-09T09:50:47.2282427Z    Compiling rustversion v1.0.22
2026-06-09T09:50:47.3114410Z    Compiling dunce v1.0.5
2026-06-09T09:50:47.3612367Z    Compiling icu_normalizer_data v2.2.0
2026-06-09T09:50:47.4213306Z    Compiling fs_extra v1.3.0
2026-06-09T09:50:47.4323198Z    Compiling utf8_iter v1.0.4
2026-06-09T09:50:47.4420023Z    Compiling icu_properties_data v2.2.0
2026-06-09T09:50:47.5220784Z    Compiling anyhow v1.0.102
2026-06-09T09:50:47.5760286Z    Compiling percent-encoding v2.3.2
2026-06-09T09:50:47.5985240Z    Compiling http v1.4.1
2026-06-09T09:50:47.6230398Z    Compiling thiserror v2.0.18
2026-06-09T09:50:47.6551588Z    Compiling cpufeatures v0.3.0
2026-06-09T09:50:47.6944627Z    Compiling strsim v0.11.1
2026-06-09T09:50:47.7292485Z    Compiling aws-lc-rs v1.17.0
2026-06-09T09:50:47.8252012Z    Compiling form_urlencoded v1.2.2
2026-06-09T09:50:47.8631110Z    Compiling chacha20 v0.10.0
2026-06-09T09:50:47.9332610Z    Compiling jobserver v0.1.34
2026-06-09T09:50:47.9921916Z    Compiling untrusted v0.9.0
2026-06-09T09:50:48.0516253Z    Compiling ident_case v1.0.1
2026-06-09T09:50:48.0881591Z    Compiling rustix v1.1.4
2026-06-09T09:50:48.1002462Z    Compiling unicode-segmentation v1.13.3
2026-06-09T09:50:48.1728167Z    Compiling rustls v0.23.40
2026-06-09T09:50:48.1768376Z    Compiling scopeguard v1.2.0
2026-06-09T09:50:48.1951710Z    Compiling const-oid v0.10.2
2026-06-09T09:50:48.2361360Z    Compiling unicode-xid v0.2.6
2026-06-09T09:50:48.2733397Z    Compiling lock_api v0.4.14
2026-06-09T09:50:48.3497197Z    Compiling cc v1.2.63
2026-06-09T09:50:48.3498389Z    Compiling crypto-common v0.1.7
2026-06-09T09:50:48.3792309Z    Compiling block-buffer v0.10.4
2026-06-09T09:50:48.3933696Z    Compiling linux-raw-sys v0.12.1
2026-06-09T09:50:48.4201302Z    Compiling atomic-waker v1.1.2
2026-06-09T09:50:48.4721600Z    Compiling httparse v1.10.1
2026-06-09T09:50:48.4831382Z    Compiling hybrid-array v0.4.12
2026-06-09T09:50:48.5272307Z    Compiling digest v0.10.7
2026-06-09T09:50:48.5408126Z    Compiling num-traits v0.2.19
2026-06-09T09:50:48.5923540Z    Compiling paste v1.0.15
2026-06-09T09:50:48.6681420Z    Compiling getrandom v0.2.17
2026-06-09T09:50:48.7336935Z    Compiling socket2 v0.6.4
2026-06-09T09:50:48.7441471Z    Compiling mio v1.2.1
2026-06-09T09:50:48.7892881Z    Compiling heck v0.5.0
2026-06-09T09:50:48.8342263Z    Compiling rand_core v0.6.4
2026-06-09T09:50:48.8701895Z    Compiling sha2 v0.10.9
2026-06-09T09:50:48.8804560Z    Compiling convert_case v0.10.0
2026-06-09T09:50:48.9012287Z    Compiling http-body v1.0.1
2026-06-09T09:50:48.9570813Z    Compiling base64ct v1.8.3
2026-06-09T09:50:49.0236191Z    Compiling rand v0.10.1
2026-06-09T09:50:49.0680946Z    Compiling powerfmt v0.2.0
2026-06-09T09:50:49.1640868Z    Compiling memoffset v0.6.5
2026-06-09T09:50:49.2775040Z    Compiling deranged v0.5.8
2026-06-09T09:50:49.3038253Z    Compiling parking_lot_core v0.9.12
2026-06-09T09:50:49.3121522Z    Compiling try-lock v0.2.5
2026-06-09T09:50:49.3661199Z    Compiling pem-rfc7468 v1.0.0
2026-06-09T09:50:49.4036413Z    Compiling num-conv v0.2.2
2026-06-09T09:50:49.4123981Z    Compiling tower-service v0.3.3
2026-06-09T09:50:49.5009173Z    Compiling thiserror v1.0.69
2026-06-09T09:50:49.5390720Z    Compiling base64 v0.22.1
2026-06-09T09:50:49.5580573Z    Compiling data-encoding v2.11.0
2026-06-09T09:50:49.5941349Z    Compiling tinyvec_macros v0.1.1
2026-06-09T09:50:49.6101605Z    Compiling time-core v0.1.8
2026-06-09T09:50:49.6471550Z    Compiling tinyvec v1.11.0
2026-06-09T09:50:49.6543132Z    Compiling want v0.3.1
2026-06-09T09:50:49.8451256Z    Compiling block-buffer v0.12.0
2026-06-09T09:50:49.8973019Z    Compiling crypto-common v0.2.2
2026-06-09T09:50:49.9517775Z    Compiling ioctl-rs v0.1.6
2026-06-09T09:50:49.9661243Z    Compiling serial-core v0.4.0
2026-06-09T09:50:49.9946924Z    Compiling termios v0.2.2
2026-06-09T09:50:50.0397141Z    Compiling cmake v0.1.58
2026-06-09T09:50:50.0681415Z    Compiling vergen-lib v9.1.0
2026-06-09T09:50:50.1328014Z    Compiling inout v0.1.4
2026-06-09T09:50:50.1562404Z    Compiling n0-future v0.3.2
2026-06-09T09:50:50.1710726Z    Compiling diatomic-waker v0.2.3
2026-06-09T09:50:50.2301206Z    Compiling cordyceps v0.3.4
2026-06-09T09:50:50.2355303Z    Compiling crossbeam-utils v0.8.21
2026-06-09T09:50:50.2850651Z    Compiling spin v0.10.0
2026-06-09T09:50:50.3097585Z    Compiling httpdate v1.0.3
2026-06-09T09:50:50.3780156Z    Compiling parking v2.2.1
2026-06-09T09:50:50.4142130Z    Compiling winnow v1.0.3
2026-06-09T09:50:50.4667278Z    Compiling ref-cast v1.0.25
2026-06-09T09:50:50.5424272Z    Compiling futures-lite v2.6.1
2026-06-09T09:50:50.5651234Z    Compiling netlink-packet-core v0.8.1
2026-06-09T09:50:50.6284378Z    Compiling futures-buffered v0.2.13
2026-06-09T09:50:50.6541310Z    Compiling cipher v0.4.4
2026-06-09T09:50:50.7012187Z    Compiling serial-unix v0.4.0
2026-06-09T09:50:50.9219759Z    Compiling vergen-lib v0.1.6
2026-06-09T09:50:50.9331167Z    Compiling vergen v9.1.0
2026-06-09T09:50:50.9455426Z    Compiling universal-hash v0.5.1
2026-06-09T09:50:50.9636345Z    Compiling noq-udp v0.10.0
2026-06-09T09:50:51.0058807Z    Compiling libsqlite3-sys v0.30.1
2026-06-09T09:50:51.0811680Z    Compiling aws-lc-sys v0.41.0
2026-06-09T09:50:51.1101152Z    Compiling ring v0.17.14
2026-06-09T09:50:51.1194487Z    Compiling heapless v0.7.17
2026-06-09T09:50:51.1280906Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-09T09:50:51.1504775Z    Compiling digest v0.11.3
2026-06-09T09:50:51.1626581Z    Compiling aho-corasick v1.1.4
2026-06-09T09:50:51.3054120Z    Compiling sync_wrapper v1.0.2
2026-06-09T09:50:51.3353763Z    Compiling pin-utils v0.1.0
2026-06-09T09:50:51.3699678Z    Compiling either v1.16.0
2026-06-09T09:50:51.3979838Z    Compiling winnow v0.7.15
2026-06-09T09:50:51.4083171Z    Compiling bitflags v1.3.2
2026-06-09T09:50:51.4113711Z    Compiling opaque-debug v0.3.1
2026-06-09T09:50:51.4268680Z    Compiling regex-syntax v0.8.10
2026-06-09T09:50:51.4763468Z    Compiling toml_write v0.1.2
2026-06-09T09:50:51.4934177Z    Compiling byteorder v1.5.0
2026-06-09T09:50:51.6661994Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-09T09:50:51.7050135Z    Compiling hash32 v0.2.1
2026-06-09T09:50:51.7571143Z    Compiling polyval v0.6.2
2026-06-09T09:50:51.7671382Z    Compiling nix v0.25.1
2026-06-09T09:50:51.9748044Z    Compiling parking_lot v0.12.5
2026-06-09T09:50:52.0099918Z    Compiling serial v0.4.0
2026-06-09T09:50:52.0257325Z    Compiling spin v0.9.8
2026-06-09T09:50:52.0459950Z    Compiling vergen-gitcl v1.0.8
2026-06-09T09:50:52.1020164Z    Compiling signature v3.0.0
2026-06-09T09:50:52.2232120Z    Compiling tower-layer v0.3.3
2026-06-09T09:50:52.3040640Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-09T09:50:52.4140727Z    Compiling num_threads v0.1.7
2026-06-09T09:50:52.4250502Z    Compiling dyn-clone v1.0.20
2026-06-09T09:50:52.5706010Z    Compiling shell-words v1.1.1
2026-06-09T09:50:52.5865547Z    Compiling downcast-rs v1.2.1
2026-06-09T09:50:52.6452921Z    Compiling time v0.3.47
2026-06-09T09:50:52.6861565Z    Compiling ghash v0.5.1
2026-06-09T09:50:52.7554184Z    Compiling sha2 v0.11.0-rc.5
2026-06-09T09:50:52.8121281Z    Compiling ctr v0.9.2
2026-06-09T09:50:52.8580544Z    Compiling aes v0.8.4
2026-06-09T09:50:52.8848905Z    Compiling http-body-util v0.1.3
2026-06-09T09:50:52.9087931Z    Compiling aead v0.5.2
2026-06-09T09:50:53.0186811Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-09T09:50:53.0491835Z    Compiling synstructure v0.13.2
2026-06-09T09:50:53.0565637Z    Compiling darling_core v0.20.11
2026-06-09T09:50:53.2207889Z    Compiling serde_derive_internals v0.29.1
2026-06-09T09:50:53.3121461Z    Compiling openssl-probe v0.2.1
2026-06-09T09:50:53.5714163Z    Compiling aes-gcm v0.10.3
2026-06-09T09:50:53.7588657Z    Compiling crossbeam-channel v0.5.15
2026-06-09T09:50:53.7690570Z    Compiling crossbeam-epoch v0.9.18
2026-06-09T09:50:53.8484937Z    Compiling netlink-packet-route v0.29.0
2026-06-09T09:50:54.1425863Z    Compiling proc-macro-crate v3.5.0
2026-06-09T09:50:54.2123704Z    Compiling regex-automata v0.4.14
2026-06-09T09:50:54.5056173Z    Compiling blake3 v1.8.5
2026-06-09T09:50:54.5192137Z    Compiling uuid v1.23.2
2026-06-09T09:50:54.5758284Z    Compiling noq v0.18.0
2026-06-09T09:50:54.7792191Z    Compiling netwatch v0.16.0
2026-06-09T09:50:54.7872276Z    Compiling acto v0.8.2
2026-06-09T09:50:54.8350366Z    Compiling tagptr v0.2.0
2026-06-09T09:50:54.8767759Z    Compiling mac-addr v0.3.0
2026-06-09T09:50:54.9681809Z    Compiling allocator-api2 v0.2.21
2026-06-09T09:50:54.9931450Z    Compiling foldhash v0.2.0
2026-06-09T09:50:55.0022538Z    Compiling lru-slab v0.1.2
2026-06-09T09:50:55.1132713Z    Compiling xml-rs v0.8.28
2026-06-09T09:50:55.1294715Z    Compiling ryu v1.0.23
2026-06-09T09:50:55.1669344Z    Compiling identity-hash v0.1.0
2026-06-09T09:50:55.1757861Z    Compiling rustc-hash v2.1.2
2026-06-09T09:50:55.2405333Z    Compiling serde_derive v1.0.228
2026-06-09T09:50:55.2592811Z    Compiling zeroize_derive v1.4.3
2026-06-09T09:50:55.2882688Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-09T09:50:55.3662757Z    Compiling tokio-macros v2.7.0
2026-06-09T09:50:55.4471815Z    Compiling futures-macro v0.3.32
2026-06-09T09:50:55.4680851Z    Compiling zerofrom-derive v0.1.7
2026-06-09T09:50:55.6340873Z    Compiling yoke-derive v0.8.2
2026-06-09T09:50:55.9293344Z    Compiling zeroize v1.8.2
2026-06-09T09:50:55.9860719Z    Compiling zerovec-derive v0.11.3
2026-06-09T09:50:56.2020661Z    Compiling tokio v1.52.3
2026-06-09T09:50:56.4261547Z    Compiling displaydoc v0.2.6
2026-06-09T09:50:56.4901117Z    Compiling futures-util v0.3.32
2026-06-09T09:50:56.7237161Z    Compiling tracing-attributes v0.1.31
2026-06-09T09:50:57.0089077Z    Compiling rustls-pki-types v1.14.1
2026-06-09T09:50:57.0231184Z    Compiling zerofrom v0.1.8
2026-06-09T09:50:57.1204655Z    Compiling thiserror-impl v2.0.18
2026-06-09T09:50:57.1594784Z    Compiling yoke v0.8.3
2026-06-09T09:50:57.2921265Z    Compiling darling_macro v0.20.11
2026-06-09T09:50:57.3791770Z    Compiling zerotrie v0.2.4
2026-06-09T09:50:57.7069971Z    Compiling ed25519-dalek v2.2.0
2026-06-09T09:50:57.7522718Z    Compiling zerovec v0.11.6
2026-06-09T09:50:57.7878759Z    Compiling darling v0.20.11
2026-06-09T09:50:57.8501624Z    Compiling derive_more-impl v2.1.1
2026-06-09T09:50:57.9342073Z    Compiling derive_builder_core v0.20.2
2026-06-09T09:50:57.9955528Z    Compiling spt-proto v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-09T09:50:58.0971250Z    Compiling spez v0.1.2
2026-06-09T09:50:58.2495938Z    Compiling n0-error-macros v0.1.3
2026-06-09T09:50:58.5441724Z    Compiling der v0.8.0-rc.10
2026-06-09T09:50:58.6059914Z    Compiling pin-project-internal v1.1.13
2026-06-09T09:50:58.7520684Z    Compiling tinystr v0.8.3
2026-06-09T09:50:59.0110329Z    Compiling icu_locale_core v2.2.0
2026-06-09T09:50:59.0204575Z    Compiling potential_utf v0.1.5
2026-06-09T09:50:59.1773346Z    Compiling icu_collections v2.2.0
2026-06-09T09:50:59.4053994Z    Compiling derive_builder_macro v0.20.2
2026-06-09T09:50:59.5771336Z    Compiling thiserror-impl v1.0.69
2026-06-09T09:50:59.5945930Z    Compiling n0-error v0.1.3
2026-06-09T09:50:59.8009875Z    Compiling derive_builder v0.20.2
2026-06-09T09:50:59.9014074Z    Compiling ref-cast-impl v1.0.25
2026-06-09T09:51:00.0031536Z    Compiling schemars_derive v1.2.1
2026-06-09T09:51:00.1680626Z    Compiling pin-project v1.1.13
2026-06-09T09:51:00.2453766Z    Compiling spki v0.8.0-rc.4
2026-06-09T09:51:00.4531991Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-09T09:51:00.5008593Z    Compiling icu_provider v2.2.0
2026-06-09T09:51:00.5931999Z    Compiling futures-executor v0.3.32
2026-06-09T09:51:00.8250587Z    Compiling futures v0.3.32
2026-06-09T09:51:00.8704711Z    Compiling icu_normalizer v2.2.0
2026-06-09T09:51:00.8843705Z    Compiling icu_properties v2.2.0
2026-06-09T09:51:00.8982671Z    Compiling cobs v0.3.0
2026-06-09T09:51:00.9383559Z    Compiling regex v1.12.3
2026-06-09T09:51:01.0631045Z    Compiling ipnet v2.12.0
2026-06-09T09:51:01.1391083Z    Compiling toml_datetime v0.6.11
2026-06-09T09:51:01.1557231Z    Compiling serde_spanned v0.6.9
2026-06-09T09:51:01.3043558Z    Compiling ed25519 v3.0.0-rc.4
2026-06-09T09:51:01.3752127Z    Compiling filedescriptor v0.8.3
2026-06-09T09:51:01.5752643Z    Compiling prefix-trie v0.8.4
2026-06-09T09:51:01.6504854Z    Compiling toml_edit v0.22.27
2026-06-09T09:51:01.7311138Z    Compiling portable-pty v0.8.1
2026-06-09T09:51:01.8065410Z    Compiling once_cell v1.21.4
2026-06-09T09:51:01.9180956Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-09T09:51:01.9677530Z    Compiling postcard-derive v0.2.2
2026-06-09T09:51:02.1293580Z    Compiling tracing-core v0.1.36
2026-06-09T09:51:02.3262069Z    Compiling hashbrown v0.14.5
2026-06-09T09:51:02.3400527Z    Compiling tempfile v3.27.0
2026-06-09T09:51:02.3907462Z    Compiling schemars v1.2.1
2026-06-09T09:51:02.4207324Z    Compiling data-encoding-macro v0.1.20
2026-06-09T09:51:02.4834559Z    Compiling rustls-native-certs v0.8.4
2026-06-09T09:51:02.6095701Z    Compiling idna_adapter v1.2.2
2026-06-09T09:51:02.7537320Z    Compiling tracing v0.1.44
2026-06-09T09:51:02.7960948Z    Compiling idna v1.1.0
2026-06-09T09:51:02.9331323Z    Compiling tokio-util v0.7.18
2026-06-09T09:51:02.9800955Z    Compiling derive_more v2.1.1
2026-06-09T09:51:03.0531043Z    Compiling netlink-sys v0.8.8
2026-06-09T09:51:03.0708916Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-09T09:51:03.0717162Z    Compiling tower v0.5.3
2026-06-09T09:51:03.1963942Z    Compiling postcard v1.1.3
2026-06-09T09:51:03.2685761Z    Compiling enum-assoc v1.3.0
2026-06-09T09:51:03.3981783Z    Compiling hashlink v0.9.1
2026-06-09T09:51:03.4342583Z    Compiling url v2.5.8
2026-06-09T09:51:03.5176384Z    Compiling strum_macros v0.28.0
2026-06-09T09:51:03.6144171Z    Compiling async-trait v0.1.89
2026-06-09T09:51:03.7400825Z    Compiling iroh-metrics-derive v0.4.1
2026-06-09T09:51:03.7982979Z    Compiling rusqlite v0.32.1
2026-06-09T09:51:03.8275182Z    Compiling num_enum_derive v0.7.6
2026-06-09T09:51:03.8375894Z    Compiling sorted-index-buffer v0.2.1
2026-06-09T09:51:03.9811394Z    Compiling netlink-proto v0.12.0
2026-06-09T09:51:04.0200571Z    Compiling h2 v0.4.14
2026-06-09T09:51:04.2172371Z    Compiling n0-watcher v0.6.1
2026-06-09T09:51:04.2261882Z    Compiling tokio-stream v0.1.18
2026-06-09T09:51:04.3422016Z    Compiling netdev v0.42.0
2026-06-09T09:51:04.3605704Z    Compiling iroh-metrics v0.38.3
2026-06-09T09:51:04.5355639Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-09T09:51:04.8901166Z    Compiling toml v0.8.23
2026-06-09T09:51:04.9231449Z    Compiling attohttpc v0.30.1
2026-06-09T09:51:05.0779200Z    Compiling iroh-base v0.98.0
2026-06-09T09:51:05.0910526Z    Compiling tower-http v0.6.11
2026-06-09T09:51:05.1643808Z    Compiling num_enum v0.7.6
2026-06-09T09:51:05.2772099Z    Compiling spt-store v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-09T09:51:05.4061968Z    Compiling iroh-relay v0.98.0
2026-06-09T09:51:05.6647100Z    Compiling moka v0.12.15
2026-06-09T09:51:05.7159539Z    Compiling xmltree v0.10.3
2026-06-09T09:51:05.7461343Z    Compiling hashbrown v0.16.1
2026-06-09T09:51:05.9961371Z    Compiling netlink-packet-route v0.30.0
2026-06-09T09:51:06.0091279Z    Compiling simple-dns v0.9.3
2026-06-09T09:51:06.1008588Z    Compiling smol_str v0.1.24
2026-06-09T09:51:06.2426407Z    Compiling resolv-conf v0.7.6
2026-06-09T09:51:06.3530968Z    Compiling arrayref v0.3.9
2026-06-09T09:51:06.4244467Z    Compiling simdutf8 v0.1.5
2026-06-09T09:51:06.4619192Z    Compiling strum v0.28.0
2026-06-09T09:51:06.4891170Z    Compiling sha1_smol v1.0.1
2026-06-09T09:51:06.5820556Z    Compiling arrayvec v0.7.6
2026-06-09T09:51:06.7751231Z    Compiling constant_time_eq v0.4.2
2026-06-09T09:51:06.7872663Z    Compiling lru v0.16.4
2026-06-09T09:51:06.8326084Z    Compiling webpki-roots v1.0.7
2026-06-09T09:51:06.8461735Z    Compiling serde_bytes v0.11.19
2026-06-09T09:51:06.8530233Z    Compiling hmac v0.12.1
2026-06-09T09:51:06.8621573Z    Compiling seize v0.5.1
2026-06-09T09:51:06.9819617Z    Compiling iroh v0.98.2
2026-06-09T09:51:07.0061403Z    Compiling cmov v0.5.4
2026-06-09T09:51:07.0169508Z    Compiling hkdf v0.12.4
2026-06-09T09:51:07.0365629Z    Compiling backon v1.6.0
2026-06-09T09:51:07.1454097Z    Compiling papaya v0.2.4
2026-06-09T09:51:07.1775909Z    Compiling spake2 v0.4.0
2026-06-09T09:51:07.2150841Z    Compiling sha1 v0.10.6
2026-06-09T09:51:07.2824899Z    Compiling doctest-file v1.1.1
2026-06-09T09:51:07.3218749Z    Compiling ctutils v0.4.2
2026-06-09T09:51:07.3792834Z    Compiling utf8parse v0.2.2
2026-06-09T09:51:07.4010991Z    Compiling anstyle-query v1.1.5
2026-06-09T09:51:07.4762204Z    Compiling anstyle-parse v1.0.0
2026-06-09T09:51:07.4949777Z    Compiling colorchoice v1.0.5
2026-06-09T09:51:07.5029522Z    Compiling anstyle v1.0.14
2026-06-09T09:51:07.5730310Z    Compiling iroh-dns v0.98.0
2026-06-09T09:51:07.5900918Z    Compiling is_terminal_polyfill v1.70.2
2026-06-09T09:51:07.6206488Z    Compiling terminal_size v0.4.4
2026-06-09T09:51:07.6683483Z    Compiling clap_lex v1.1.0
2026-06-09T09:51:07.6842638Z    Compiling clap_derive v4.6.1
2026-06-09T09:51:07.6965462Z    Compiling iana-time-zone v0.1.65
2026-06-09T09:51:07.7444728Z    Compiling qrcode v0.14.1
2026-06-09T09:51:07.8056932Z    Compiling anstream v1.0.0
2026-06-09T09:51:07.8549560Z    Compiling interprocess v2.4.2
2026-06-09T09:51:07.9544368Z    Compiling chrono v0.4.45
2026-06-09T09:51:07.9915517Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-09T09:51:08.1559265Z    Compiling mock-adapter v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-09T09:51:08.2092683Z    Compiling clap_builder v4.6.0
2026-06-09T09:51:08.3106430Z    Compiling spt-msg v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-09T09:51:08.8592994Z    Compiling spt-runtime v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-09T09:51:08.8891325Z    Compiling spt-term v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-09T09:51:10.8411182Z    Compiling hyper v1.10.1
2026-06-09T09:51:11.3312077Z    Compiling clap v4.6.1
2026-06-09T09:51:11.3498806Z    Compiling spt-live v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-09T09:51:13.2506971Z    Compiling hyper-util v0.1.20
2026-06-09T09:51:15.7316070Z    Compiling igd-next v0.17.1
2026-06-09T09:51:17.1525893Z    Compiling portmapper v0.16.0
2026-06-09T09:51:21.2658464Z    Compiling rustls-webpki v0.103.13
2026-06-09T09:51:23.8825110Z    Compiling tokio-rustls v0.26.4
2026-06-09T09:51:23.8825566Z    Compiling rustls-platform-verifier v0.7.0
2026-06-09T09:51:23.8827934Z    Compiling noq-proto v0.17.0
2026-06-09T09:51:24.0534825Z    Compiling hyper-rustls v0.27.9
2026-06-09T09:51:24.0535896Z    Compiling hickory-net v0.26.0-beta.4
2026-06-09T09:51:24.0536454Z    Compiling tokio-websockets v0.13.2
2026-06-09T09:51:24.1866594Z    Compiling reqwest v0.13.4
2026-06-09T09:51:25.2637606Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-09T09:51:40.3920662Z    Compiling spt-net v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-09T09:51:41.8820803Z    Compiling spt-daemon v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-09T09:51:49.6309224Z    Compiling spt v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-09T09:51:49.6334006Z    Compiling xtask v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-09T09:52:18.0262194Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
2026-06-09T09:52:18.0876831Z ##[group]Run cargo test --workspace
2026-06-09T09:52:18.0877284Z [36;1mcargo test --workspace[0m
2026-06-09T09:52:18.0936502Z shell: /usr/bin/bash -e {0}
2026-06-09T09:52:18.0936792Z ##[endgroup]
2026-06-09T09:52:18.7832257Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s
2026-06-09T09:52:18.8099582Z      Running unittests src/main.rs (target/debug/deps/mock_session-367760258ce0afc5)
2026-06-09T09:52:18.8124538Z 
2026-06-09T09:52:18.8124661Z running 0 tests
2026-06-09T09:52:18.8124927Z 
2026-06-09T09:52:18.8125330Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T09:52:18.8125741Z 
2026-06-09T09:52:18.8126747Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-49bee0f53f34b1a5)
2026-06-09T09:52:18.8156462Z 
2026-06-09T09:52:18.8156664Z running 0 tests
2026-06-09T09:52:18.8156901Z 
2026-06-09T09:52:18.8157344Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T09:52:18.8157727Z 
2026-06-09T09:52:18.8158456Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-f3244370ec00ba45)
2026-06-09T09:52:18.8189554Z 
2026-06-09T09:52:18.8189849Z running 3 tests
2026-06-09T09:52:18.8237621Z test mock_has_no_claude_code_conventions ... ok
2026-06-09T09:52:18.8238288Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-09T09:52:18.8238853Z test mock_manifest_parses_and_validates ... ok
2026-06-09T09:52:18.8239301Z 
2026-06-09T09:52:18.8239702Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T09:52:18.8240255Z 
2026-06-09T09:52:18.8242425Z      Running unittests src/main.rs (target/debug/deps/spt-4bc480813b1a2a5f)
2026-06-09T09:52:18.8271464Z 
2026-06-09T09:52:18.8271592Z running 108 tests
2026-06-09T09:52:18.8284477Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-09T09:52:18.8285043Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-09T09:52:18.8285567Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-09T09:52:18.8285962Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-09T09:52:18.8286332Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-09T09:52:18.8286705Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-09T09:52:18.8287209Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-09T09:52:18.8287710Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-09T09:52:18.8291012Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-09T09:52:18.8294282Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-09T09:52:18.8298131Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-09T09:52:18.8300110Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-09T09:52:18.8302042Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-09T09:52:18.8474453Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-09T09:52:18.8475411Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-09T09:52:18.8609153Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-09T09:52:18.8784284Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-09T09:52:18.8787276Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-09T09:52:18.8835673Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-09T09:52:18.8843718Z test api::tests::adapter_is_required ... ok
2026-06-09T09:52:18.8852642Z test api::tests::state_value_is_validated ... ok
2026-06-09T09:52:18.8881493Z test api::tests::surface_parses ... ok
2026-06-09T09:52:18.9058017Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-09T09:52:18.9061702Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-09T09:52:18.9063900Z test api::reporting::tests::history_log_appends ... ok
2026-06-09T09:52:18.9064350Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-09T09:52:18.9070480Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-09T09:52:18.9097881Z test cli::tests::access_subcommands_parse ... ok
2026-06-09T09:52:18.9111934Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-09T09:52:18.9112691Z test cli::tests::applied_message_renders_semver_or_counter_fallback ... ok
2026-06-09T09:52:18.9113687Z test cli::tests::connection_lines_net_less_hides_stale_heartbeat ... ok
2026-06-09T09:52:18.9115801Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-09T09:52:18.9116211Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-09T09:52:18.9118048Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-09T09:52:18.9120595Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-09T09:52:18.9157383Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-09T09:52:18.9178048Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-09T09:52:18.9186130Z test cli::tests::digest_flag_defaults ... ok
2026-06-09T09:52:18.9186811Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-09T09:52:18.9217367Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-09T09:52:18.9218006Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-09T09:52:18.9218758Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-09T09:52:18.9246382Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-09T09:52:18.9246810Z test cli::tests::grant_subcommands_parse ... ok
2026-06-09T09:52:18.9247287Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-09T09:52:18.9257018Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-09T09:52:18.9268350Z test cli::tests::invalid_usage_errors ... ok
2026-06-09T09:52:18.9269209Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-09T09:52:18.9272088Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-09T09:52:18.9273313Z test cli::tests::node_level_label_names_an_endpointless_peer ... ok
2026-06-09T09:52:18.9274049Z test cli::tests::node_rows_disambiguate_only_on_label_collision ... ok
2026-06-09T09:52:18.9275299Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-09T09:52:18.9277227Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-09T09:52:18.9280265Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-09T09:52:18.9301996Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-09T09:52:18.9302600Z test cli::tests::origin_set_and_asset_urls_latest_and_tag ... ok
2026-06-09T09:52:18.9304121Z test cli::tests::notify_surface_parses ... ok
2026-06-09T09:52:18.9304609Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-09T09:52:18.9313799Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-09T09:52:18.9369539Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-09T09:52:18.9377295Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-09T09:52:18.9440139Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-09T09:52:18.9440726Z test cli::tests::ring_timeout_defaults ... ok
2026-06-09T09:52:18.9441103Z test api::startup::tests::missing_seed_refused ... ok
2026-06-09T09:52:18.9443865Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-09T09:52:18.9489497Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-09T09:52:18.9551771Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-09T09:52:18.9610126Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-09T09:52:18.9673053Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-09T09:52:18.9680210Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-09T09:52:18.9687928Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-09T09:52:18.9738571Z test cli::tests::shell_subcommands_parse ... ok
2026-06-09T09:52:18.9831837Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-09T09:52:18.9854157Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-09T09:52:18.9891271Z test cli::tests::run_bounded_yields_value_or_timeout_default ... ok
2026-06-09T09:52:18.9924876Z test cli::tests::subcommands_parse ... ok
2026-06-09T09:52:18.9944671Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-09T09:52:18.9948165Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-09T09:52:18.9949045Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-09T09:52:18.9949563Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-09T09:52:18.9950035Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-09T09:52:18.9951662Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-09T09:52:18.9952046Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-09T09:52:18.9952473Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-09T09:52:18.9952989Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-09T09:52:18.9953561Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-09T09:52:18.9954113Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-09T09:52:18.9954613Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-09T09:52:18.9955073Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-09T09:52:18.9955555Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-09T09:52:18.9956142Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-09T09:52:18.9956642Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-09T09:52:18.9958830Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-09T09:52:19.0006566Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-09T09:52:19.0876138Z test cli::tests::probe_all_timeout_settles_false_without_stalling_batch ... ok
2026-06-09T09:52:19.1322641Z test cli::tests::probe_all_runs_concurrently_in_input_order ... ok
2026-06-09T09:52:19.4330817Z test cli::tests::probe_all_cap_batches_into_windows ... ok
2026-06-09T09:52:19.4656342Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-09T09:52:34.5777733Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-09T09:52:34.6163470Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-09T09:52:34.6196283Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-09T09:52:34.6219273Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-09T09:52:34.6443087Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-09T09:52:34.6549556Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-09T09:52:44.7372197Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-09T09:52:44.7373639Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-09T09:52:44.8948699Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-09T09:52:44.9490059Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-09T09:52:44.9491672Z 
2026-06-09T09:52:44.9492131Z test result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 26.12s
2026-06-09T09:52:44.9492544Z 
2026-06-09T09:52:44.9534949Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-e6ce8d000d5aa64b)
2026-06-09T09:52:44.9578790Z 
2026-06-09T09:52:44.9579519Z running 4 tests
2026-06-09T09:52:45.2544366Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-09T09:52:45.2747339Z SEEDED:77509
2026-06-09T09:52:45.7106988Z test live_agent_lifecycle_e2e ... ok
2026-06-09T09:52:45.7854563Z test mock_adapter_drives_the_full_contract ... ok
2026-06-09T09:52:45.8035038Z SEEDED:77509
2026-06-09T09:52:46.0359104Z test seed_then_listen_binds_and_relays ... ok
2026-06-09T09:52:46.0359659Z 
2026-06-09T09:52:46.0360065Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.08s
2026-06-09T09:52:46.0360642Z 
2026-06-09T09:52:46.0367257Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-003d43c5d0ec222e)
2026-06-09T09:52:46.0386639Z 
2026-06-09T09:52:46.0387034Z running 1 test
2026-06-09T09:52:46.0389667Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-09T09:52:46.0390049Z 
2026-06-09T09:52:46.0390540Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T09:52:46.0391085Z 
2026-06-09T09:52:46.0392851Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-c579a501315f95e6)
2026-06-09T09:52:46.0405621Z 
2026-06-09T09:52:46.0405827Z running 1 test
2026-06-09T09:52:46.0407891Z test install_script_against_staged_release ... ok
2026-06-09T09:52:46.0408206Z 
2026-06-09T09:52:46.0408545Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T09:52:46.0409051Z 
2026-06-09T09:52:46.0410355Z      Running tests/quickstart_e2e.rs (target/debug/deps/quickstart_e2e-7edd71e206f4089e)
2026-06-09T09:52:46.0421104Z 
2026-06-09T09:52:46.0421272Z running 1 test
2026-06-09T09:52:46.3244001Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-09T09:52:46.3244373Z 
2026-06-09T09:52:46.3244687Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
2026-06-09T09:52:46.3245089Z 
2026-06-09T09:52:46.3247773Z      Running tests/release_verify_e2e.rs (target/debug/deps/release_verify_e2e-4613b6a4f3b29380)
2026-06-09T09:52:46.3290394Z 
2026-06-09T09:52:46.3290578Z running 1 test
2026-06-09T09:52:46.3293003Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-09T09:52:46.3293417Z 
2026-06-09T09:52:46.3293780Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-09T09:52:46.3294281Z 
2026-06-09T09:52:46.3295758Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-c84abf591a496eba)
2026-06-09T09:52:46.3311374Z 
2026-06-09T09:52:46.3311646Z running 1 test
2026-06-09T09:52:46.5648782Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-09T09:52:46.5649181Z 
2026-06-09T09:52:46.5649458Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-09T09:52:46.5649815Z 
2026-06-09T09:52:46.5654465Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-741e637b09f04242)
2026-06-09T09:52:46.5667244Z 
2026-06-09T09:52:46.5667368Z running 1 test
2026-06-09T09:52:47.4633686Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-09T09:52:47.4634110Z 
2026-06-09T09:52:47.4634528Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s
2026-06-09T09:52:47.4635042Z 
2026-06-09T09:52:47.4642118Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-c70d1b9b9cdcb6ff)
2026-06-09T09:52:47.4679422Z 
2026-06-09T09:52:47.4679600Z running 227 tests
2026-06-09T09:52:47.4701773Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-09T09:52:47.4702837Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-09T09:52:47.4703696Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-09T09:52:47.4704473Z test access::tests::gate_decision_table ... ok
2026-06-09T09:52:47.4705209Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-09T09:52:47.4706416Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-09T09:52:47.4710412Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-09T09:52:47.4711241Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-09T09:52:47.4712042Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-09T09:52:47.4712947Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... FAILED
2026-06-09T09:52:47.4714190Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-09T09:52:47.4715024Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-09T09:52:47.4715924Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-09T09:52:47.4717019Z test config::tests::detached_subnets_knob_defaults_empty ... ok
2026-06-09T09:52:47.4725703Z test config::tests::missing_file_is_default ... ok
2026-06-09T09:52:47.4729079Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-09T09:52:47.4730221Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-09T09:52:47.4731042Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-09T09:52:47.4736917Z test config::tests::save_load_roundtrip ... ok
2026-06-09T09:52:47.4737586Z test daemon::tests::net_retry_backoff_doubles_then_caps ... ok
2026-06-09T09:52:47.4740706Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-09T09:52:47.4743356Z test deelevate::tests::env_overlay_keeps_explicit_spt_home_alive ... ok
2026-06-09T09:52:47.4754794Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-09T09:52:47.4755619Z test deelevate::tests::sudo_invoker_derivation_is_strict ... ok
2026-06-09T09:52:47.4756325Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-09T09:52:47.4765953Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-09T09:52:47.4790983Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-09T09:52:47.4791974Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-09T09:52:47.4792752Z test deelevate::tests::election_resolves_real_users_never_root ... ok
2026-06-09T09:52:47.4797243Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-09T09:52:47.4813617Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-09T09:52:47.4814083Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-09T09:52:47.4814549Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-09T09:52:47.4814965Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-09T09:52:47.4815737Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-09T09:52:47.4816109Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-09T09:52:47.4816629Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-09T09:52:47.4817047Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-09T09:52:47.4817557Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-09T09:52:47.4818358Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-09T09:52:47.4818899Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-09T09:52:47.4819552Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-09T09:52:47.4820086Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-09T09:52:47.4820649Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-09T09:52:47.4821255Z test digesthub::tests::render_is_glanceable ... ok
2026-06-09T09:52:47.4821790Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-09T09:52:47.4822419Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-09T09:52:47.4823025Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-09T09:52:47.4823607Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-09T09:52:47.4824528Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-09T09:52:47.4825234Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-09T09:52:47.4825773Z test grants::tests::escalation_answers_apply ... ok
2026-06-09T09:52:47.4826293Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-09T09:52:47.4826799Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-09T09:52:47.4827145Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-09T09:52:47.4827518Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-09T09:52:47.4827893Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-09T09:52:47.4828270Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-09T09:52:47.4828724Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-09T09:52:47.4843549Z test applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single ... ok
2026-06-09T09:52:47.4848518Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-09T09:52:47.4849176Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-09T09:52:47.4849924Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-09T09:52:47.4850561Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-09T09:52:47.4851104Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-09T09:52:47.4851705Z test machineid::tests::hash_is_domain_separated_and_stable ... ok
2026-06-09T09:52:47.4860137Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-09T09:52:47.4860813Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-09T09:52:47.4862522Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-09T09:52:47.4863103Z test msg::tests::output_envelope_round_trips ... ok
2026-06-09T09:52:47.4864303Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-09T09:52:47.4865190Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-09T09:52:47.4866606Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-09T09:52:47.5026037Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-09T09:52:47.5081513Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-09T09:52:47.5084575Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-09T09:52:47.5363476Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-09T09:52:47.5609995Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-09T09:52:47.6138291Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-09T09:52:47.6413244Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-09T09:52:47.6634151Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-09T09:52:47.6636836Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-09T09:52:47.7170472Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-09T09:52:47.7396005Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-09T09:52:47.7567815Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-09T09:52:47.7722400Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-09T09:52:47.7830190Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-09T09:52:47.7918409Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-09T09:52:47.7919461Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-09T09:52:47.7922795Z test peerloop::tests::advertise_marker_is_taken_exactly_once ... ok
2026-06-09T09:52:47.7939671Z test peerloop::tests::fire_due_rotations_rotates_due_and_leaves_pending ... ok
2026-06-09T09:52:47.7940348Z test peerloop::tests::first_tick_is_due_and_never_underflows ... ok
2026-06-09T09:52:47.7953540Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-09T09:52:47.7954321Z test peerloop::tests::push_target_is_the_full_roster_minus_self_and_tombstoned ... ok
2026-06-09T09:52:47.7961192Z test peerloop::tests::seeded_dial_order_fallback_and_writeback ... ok
2026-06-09T09:52:47.7961803Z test peerloop::tests::supervisor_backoff_doubles_caps_and_resets ... ok
2026-06-09T09:52:47.8098139Z test peerloop::tests::heartbeat_writes_and_advances ... ok
2026-06-09T09:52:47.8107421Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-09T09:52:47.8117198Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-09T09:52:47.8122459Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-09T09:52:47.8131059Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-09T09:52:47.8131704Z test propagate::tests::classifier_maps_every_status_shape ... ok
2026-06-09T09:52:47.8146775Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-09T09:52:47.8265523Z test peerloop::tests::supervisor_restarts_a_panicking_pump_until_stop ... ok
2026-06-09T09:52:47.9645900Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-09T09:52:48.0295960Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-09T09:52:48.0426031Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-09T09:52:48.0427402Z test machineid::tests::machine_id_hash_resolves_and_is_stable ... ok
2026-06-09T09:52:48.0651130Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-09T09:52:48.0893209Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-09T09:52:48.0893686Z test reconcile::tests::active_node_wins ... ok
2026-06-09T09:52:48.0894381Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-09T09:52:48.0895320Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-09T09:52:48.0895969Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-09T09:52:48.1057393Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-09T09:52:48.1127256Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-09T09:52:48.1248667Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-09T09:52:48.1479318Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-09T09:52:48.1551712Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-09T09:52:48.1892281Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-09T09:52:48.1930996Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-09T09:52:48.1939161Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-09T09:52:48.1949782Z test registryhost::tests::apply_node_labels_gates_and_merges ... ok
2026-06-09T09:52:48.1956424Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-09T09:52:48.2439491Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-09T09:52:48.2457030Z test registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices ... ok
2026-06-09T09:52:48.2458121Z test registryhost::tests::superseded_requires_label_and_machine_id_under_other_key ... ok
2026-06-09T09:52:48.2467722Z test registryhost::tests::with_epoch_is_the_one_canonical_counter ... ok
2026-06-09T09:52:48.2745935Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-09T09:52:48.3087156Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-09T09:52:48.3098248Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-09T09:52:48.3116850Z test relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage ... ok
2026-06-09T09:52:48.3124119Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-09T09:52:48.3134550Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-09T09:52:48.3142852Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-09T09:52:48.3254417Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-09T09:52:48.3350139Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-09T09:52:48.3438867Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-09T09:52:48.3517984Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-09T09:52:48.3518552Z test release::tests::hex_roundtrips ... ok
2026-06-09T09:52:48.3526368Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-09T09:52:48.3534080Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-09T09:52:48.3537615Z test release::tests::revoked_key_is_rejected ... ok
2026-06-09T09:52:48.3538310Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-09T09:52:48.3623278Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-09T09:52:48.3719852Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-09T09:52:48.3780421Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-09T09:52:48.3809433Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-09T09:52:48.3840634Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-09T09:52:48.3899318Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-09T09:52:48.3927672Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-09T09:52:48.3950404Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-09T09:52:48.3959260Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-09T09:52:48.3962721Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-09T09:52:48.3969549Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-09T09:52:48.3970149Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-09T09:52:48.3987487Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-09T09:52:48.3995045Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-09T09:52:48.3997384Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-09T09:52:48.3998090Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-09T09:52:48.4016665Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-09T09:52:48.4024085Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-09T09:52:48.4024616Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-09T09:52:48.4148226Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-09T09:52:48.4462932Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-09T09:52:48.4872323Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-09T09:52:48.5199787Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-09T09:52:48.5200492Z test seedproofx::grace_tests::grade_truth_table ... ok
2026-06-09T09:52:48.5201140Z test seedproofx::grace_tests::seed_never_appears_in_roster_gossip ... ok
2026-06-09T09:52:48.5202801Z test seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed ... ok
2026-06-09T09:52:48.5203823Z test seedproofx::roster_tests::empty_roster_frame_round_trips ... ok
2026-06-09T09:52:48.5205169Z test seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self ... ok
2026-06-09T09:52:48.5206056Z test seedproofx::roster_tests::malformed_roster_frame_rejected ... ok
2026-06-09T09:52:48.5207966Z test seedproofx::roster_tests::roster_frame_round_trips ... ok
2026-06-09T09:52:48.5677563Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-09T09:52:48.5678446Z test service::tests::plan_start_prefers_service_then_spawn_idempotent ... ok
2026-06-09T09:52:48.5679662Z test service::tests::plan_stop_routes_managed_then_ipc_then_noop ... ok
2026-06-09T09:52:48.5680726Z test service::tests::run_refused_only_when_windows_and_vanishing ... ok
2026-06-09T09:52:48.5681633Z test service::tests::service_ignored_under_spt_home_override ... ok
2026-06-09T09:52:48.5682765Z test service::tests::systemd_unit_path_follows_xdg_then_home ... ok
2026-06-09T09:52:48.5691855Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-09T09:52:48.5692780Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-09T09:52:48.5697795Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-09T09:52:48.5711183Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-09T09:52:48.5713827Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-09T09:52:48.5732109Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-09T09:52:48.5742427Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-09T09:52:48.5767594Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-09T09:52:48.5784518Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-09T09:52:48.5794850Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-09T09:52:48.5797655Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-09T09:52:48.5798424Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-09T09:52:48.5799133Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-09T09:52:48.5799705Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-09T09:52:48.5813423Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-09T09:52:48.5817736Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-09T09:52:48.5818169Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-09T09:52:48.5825987Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-09T09:52:48.5835620Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-09T09:52:48.5836266Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-09T09:52:48.5836628Z test sync::tests::gate_decision_table ... ok
2026-06-09T09:52:48.5840209Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-09T09:52:48.5842193Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-09T09:52:48.5842788Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-09T09:52:48.5843546Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-09T09:52:48.5844173Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-09T09:52:48.5844879Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-09T09:52:48.6012142Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-09T09:52:48.6038062Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-09T09:52:48.6096770Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-09T09:52:48.6116480Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-09T09:52:48.6117204Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-09T09:52:48.6123826Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-09T09:52:48.6147387Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-09T09:52:48.6263172Z test relay::tests::run_honors_stop ... ok
2026-06-09T09:52:48.6279126Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-09T09:52:48.6321613Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-09T09:52:48.6406042Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-09T09:52:48.6468583Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-09T09:52:48.6530537Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-09T09:52:48.6585621Z test seedmap::tests::stop_op_acks_then_serve_returns ... ok
2026-06-09T09:52:48.6640906Z test seedmap::tests::take_absent_is_none ... ok
2026-06-09T09:52:48.6646837Z test serveprobe::tests::is_serving_subnet_honors_membership_and_detach ... ok
2026-06-09T09:52:48.6755191Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-09T09:52:48.6874926Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-09T09:52:48.7766162Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-09T09:52:48.7949557Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-09T09:52:48.7949976Z 
2026-06-09T09:52:48.7950149Z failures:
2026-06-09T09:52:48.7950356Z 
2026-06-09T09:52:48.7950817Z ---- applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched stdout ----
2026-06-09T09:52:48.7951465Z 
2026-06-09T09:52:48.7952257Z thread 'applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched' (77758) panicked at crates/spt-daemon/src/applyhost.rs:293:41:
2026-06-09T09:52:48.7953615Z bind broker: Os { code: 2, kind: NotFound, message: "No such file or directory" }
2026-06-09T09:52:48.7954468Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-09T09:52:48.7954988Z 
2026-06-09T09:52:48.7955021Z 
2026-06-09T09:52:48.7955189Z failures:
2026-06-09T09:52:48.7955757Z     applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-09T09:52:48.7956305Z 
2026-06-09T09:52:48.7956763Z test result: FAILED. 226 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
2026-06-09T09:52:48.7957397Z 
2026-06-09T09:52:48.7986034Z error: test failed, to rerun pass `-p spt-daemon --lib`
2026-06-09T09:52:48.8099459Z ##[error]Process completed with exit code 101.
2026-06-09T09:52:48.8257479Z Post job cleanup.
2026-06-09T09:52:48.9804517Z [command]/usr/bin/git version
2026-06-09T09:52:48.9875975Z git version 2.43.0
2026-06-09T09:52:48.9909730Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/99f6b0d6-92fa-4f4a-a766-1eeface7a656' before making global git config changes
2026-06-09T09:52:48.9910379Z Adding repository directory to the temporary git global config as a safe directory
2026-06-09T09:52:48.9913294Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-09T09:52:48.9948032Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-09T09:52:48.9975370Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-09T09:52:49.0202001Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-09T09:52:49.0228908Z http.https://github.com/.extraheader
2026-06-09T09:52:49.0238707Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-09T09:52:49.0269938Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-09T09:52:49.0467371Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-09T09:52:49.0492174Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-09T09:52:49.0824617Z Cleaning up orphan processes
2026-06-09T09:52:49.1404440Z Terminate orphan process: pid (78232) (sleep)
2026-06-09T09:52:49.1419860Z Terminate orphan process: pid (78233) (sleep)
